home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Release Notes / Converting from ODF 1 / Rename.Dict < prev   
Encoding:
Text File  |  1996-09-19  |  3.9 KB  |  115 lines  |  [TEXT/MPS ]

  1. # Simple renamings from ODF1 to ODF2
  2. PrivNewDataInterchange    NewDataInterchange
  3. PrivNewEventDispatcher    NewEventDispatcher
  4.  
  5. gSessionGlobalsCount    fgSessionGlobalsCount
  6. gSelectionFocusToken    fgSelectionFocusToken
  7. gMenuFocusToken            fgMenuFocusToken
  8. gKeyFocusToken            fgKeyFocusToken
  9. gModalFocusToken        fgModalFocusToken
  10. gClipboardFocusToken    fgClipboardFocusToken
  11. gScrollingFocusToken    fgScrollingFocusToken
  12. gSharedWindows            fgSharedWindows
  13. gViewAsFrameToken        fgViewAsFrameToken
  14. gViewAsSmallIconToken    fgViewAsSmallIconToken
  15. gViewAsLargeIconToken    fgViewAsLargeIconToken
  16. gViewAsThumbnailToken    fgViewAsThumbnailToken
  17.  
  18. ChangeInternalTransform    PrivChangeInternalTransform
  19. PrivActivateFrame        ActivateFrame
  20. PrivActiveWindowOnMouseDown    ActivateWindow
  21. CreateDataFrameShape    AcquireSuggestedFrameShape
  22. PrivDrawLinkBorder        DrawLinkBorder
  23. SetFocusSet                AdoptFocusSet
  24. CreateSelectionOutline    AcquireSelectionOutline
  25. CreateSelectionShape    AcquireSelectionShape
  26. MakeContentView            BecomeContentView
  27. SetResizeForceRedraw    SetResizeInvalidates
  28. CalcUsedShape            AcquireUsedShape
  29.  
  30. DispatchAdjustMenus        PrivDispatchAdjustMenus
  31. DispatchBGMouseDown        PrivDispatchBGMouseDown
  32. DispatchBGMouseDownInEmbeddedFrame    PrivDispatchBGMouseDownInEmbeddedFrame
  33. DispatchCharKey            PrivDispatchCharKey
  34. DispatchIdle            PrivDispatchIdle
  35. DispatchMenuEvent        PrivDispatchMenuEvent
  36. DispatchMouseDown        PrivDispatchMouseDown
  37. DispatchMouseDownInEmbeddedFrame        PrivDispatchMouseDownInEmbeddedFrame
  38. DispatchMouseDownInEmbeddedFrameBorder    PrivDispatchMouseDownInEmbeddedFrameBorder
  39. DispatchMouseUp                            PrivDispatchMouseUp
  40. DispatchMouseUpInEmbeddedFrame            PrivDispatchMouseUpInEmbeddedFrame
  41. DispatchVirtualKey                        PrivDispatchVirtualKey
  42.  
  43. MacGetProcId    MacGetProcID
  44. FindViewById    FindViewByID
  45. GetButtonIdOn    GetButtonIDOn
  46. GetViewId        GetViewID
  47. SetViewId        SetViewID
  48. fMacFontId        fMacFontID
  49.  
  50. WantsToResignTarget    WillingToResignTarget
  51. ResetViews            DeleteAndResetViews
  52.  
  53. SetEmbeddedFramesViewType    ChangeEmbeddedFramesViewType
  54. gAutoRepeatCount    fgAutoRepeatCount
  55. gLastMouseUpWhere    fgLastMouseUpWhere
  56. gLastMouseUp        fgLastMouseUp
  57. gClickCount            fgClickCount
  58.  
  59. ButtonState            EButtonState
  60. WhichButton            EWhichButton
  61. GetButtonModifiers    GetModifiers
  62. IsShiftModifier        IsExtendModifier
  63. HasAttributeKey        HasAttribute
  64. GetAdjacentObject    AcquireAdjacentObject
  65. GetAllElements        AcquireAllElements
  66. GetAnyElement        AcquireAnyElement
  67. GetContainingObject    AcquireContainingObject
  68. GetElementByAbsolutePosition    AcquireElementByAbsolutePosition
  69. GetElementByIndex    AcquireElementByIndex
  70. GetFirstElement        AcquireFirstElement
  71. GetLastElement        AcquireLastElement
  72. GetMiddleElement    AcquireMiddleElement
  73. GetElementByName    AcquireElementByName
  74. GetElementsWithinRange    AcquireElementsWithinRange
  75. GetScriptableFromToken    AcquireScriptableFromToken
  76. GetTargetObject        AcquireTargetObject
  77.  
  78. FW_CAcquireODType    FW_CAcquireODISOStr
  79. FW_CSharedLibraryResourceFile    FW_PSharedLibraryResourceFile
  80. PlaceInCenter        PlaceInCenterOf
  81. PrivFindMenuWithID    FindMenuWithID
  82.  
  83. FW_EStorageKinds    FW_StorageKinds
  84. FW_ResourceId        FW_ResourceID
  85. EventHandlerId        EventHandlerID
  86. FW_kSystemFont12    FW_kSystemFont
  87. FW_PlatformNewLineChar    FW_kPlatformNewLineChar
  88. FW_kMenuKeyCharMask        FW_kPrivMacMenuKeyCharMask
  89. FW_kScriptCodeKeyEquivalent    FW_kPrivMacScriptCodeKeyEquivalent
  90.  
  91. FW_kLastTransferMode    FW_kPrivLastTransferMode
  92. kNoIdentifier            FW_kNoViewID
  93. kNoPriority                FW_kNoPriority
  94. WMULTISTRINGRES            FW_kWMultiStringRes
  95. LMULTISTRINGRES            FW_kLMultiStringRes
  96. WMULTILONGRES            FW_kWMultiLongRes
  97. LMULTILONGRES            FW_kLMultiLongRes
  98. MULTISTRINGRES            FW_kMultiStringRes
  99. MULTILONGRES            FW_kMultiLongRes
  100. LBITMAPRES                FW_kLBitmapRes
  101.  
  102. FWMENU_K                FWMENUS_K
  103. FW_kFontType            FW_kFontResourceType
  104. FW_kSaveAsResourceKind    FW_kSaveAsResourceType
  105. FW_kViewLayoutType        FW_kViewLayoutResourceType
  106.  
  107. FW_SPlatformRect        FW_PlatformRect
  108. FW_SPlatformPoint        FW_PlatformPoint
  109. FW_FileAccessHandle        FW_PlatformFileHandle
  110.  
  111. AddNotifier                AddInterest
  112. RemoveNotifier            RemoveInterest
  113. FW_CThreadTask            FW_CThread
  114. FW_CThreadCriticalState    FW_CPrivThreadCriticalState
  115.